home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Risc World 3
/
Risc World 3.iso
/
SOFTWARE
/
ISSUE4
/
POWERBASE
/
SCRIPT
/
Scripts
/
Elements
/
Script2
< prev
next >
Wrap
Text File
|
2001-06-18
|
538b
|
29 lines
!SCRIPT QUIET
!COMMENT Select fields to print by specifying tags
!SELECTION NAME,ORIG,Z,GP
!COMMENT Set default print options
!PRINTOPTS
!COMMENT Make arbitrary choice of records to print
!INCLUDE CALC,IODO,LITH,COPP,CURI,CARB,MERC,STRO,CHLO,LEAD
!COMMENT Pre-sort on atomic number before displaying report
!SORT Z
!COMMENT Only the !INCLUDEd records appear if no search formula
!QUERY ALL
!COMMENT Clear print selection
!SELECTION
!COMMENT Restore default options
!PRINTOPTS
!COMMENT Clear the record marks
!CLEAR
!SCRIPT END